# Project:   stats


# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.stats:   @.o.stats @.o.Stubs @.o.swiv 
        link $(linkflags) @.o.stats @.o.Stubs @.o.swiv 


# User-editable dependencies:


# Static dependencies:
@.o.stats:   @.c.stats
        cc $(ccflags) -o @.o.stats @.c.stats 


# Dynamic dependencies:
o.stats:	c.stats
o.stats:	h.swis
o.stats:	C:h.kernel
